d/patches: Rebase for new upstream
authorMatthias Geiger <werdahias@debian.org>
Mon, 12 Jan 2026 14:56:59 +0000 (15:56 +0100)
committerMatthias Geiger <werdahias@debian.org>
Mon, 12 Jan 2026 14:57:50 +0000 (15:57 +0100)
debian/patches/use-unicode-data.patch

index fec278added9e06b5fad1b1f596a22b1ceaf54e7..02be21e15c01668d803b4e246df009ab9d4b1449 100644 (file)
@@ -1,18 +1,22 @@
-Description: Use unicode-data instead of downloading external files
+From: Peter Colberg <peter@colberg.org>
+Date: Mon, 12 Jan 2026 15:57:02 +0100
+Subject: Use unicode-data instead of downloading external files
  Replace external links with copies of Unicode data and GNU Unifont
  provided by the packages unicode-data and ttf-unifont, respectively.
-Author: Peter Colberg <peter@colberg.org>
+
 Forwarded: not-needed
 Last-Update: 2025-09-01
+
 ---
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+ data/Makefile | 22 +++++++++++-----------
+ 1 file changed, 11 insertions(+), 11 deletions(-)
 
 diff --git a/data/Makefile b/data/Makefile
-index aa2d8a7..24d09ac 100644
+index 03f8348..cbf4431 100644
 --- a/data/Makefile
 +++ b/data/Makefile
 @@ -24,37 +24,37 @@ utf8proc_data.c.new: data_generator.jl $(RAWDATA)
- UNICODE_VERSION=16.0.0
+ UNICODE_VERSION=17.0.0
  
  UnicodeData.txt:
 -      $(CURL) $(CURLFLAGS) -o $@ https://www.unicode.org/Public/$(UNICODE_VERSION)/ucd/UnicodeData.txt
@@ -60,4 +64,3 @@ index aa2d8a7..24d09ac 100644
  
  clean:
        rm -f $(RAWDATA) NormalizationTest.txt GraphemeBreakTest.txt
-